please look my first project [closed]
Posted
by
gökhan
on Programmers
See other posts from Programmers
or by gökhan
Published on 2012-10-20T20:36:01Z
Indexed on
2012/10/20
23:19 UTC
Read the original article
Hit count: 201
assembly
good night my project is about that Write a program that uses a loop to calculate the first 15 values of the Fibonacci number sequence and store them in an array, call it FibArr, of size 15 DWORDS. Fibonacci number sequence is described by the following formula: Fib(1) = 1, Fib(2) = 1, Fib(n) = Fib(n -1) + Fib(n - 2). Place each value in the EAX register and display it with a call DumpRegs statement.So I dont have an idea about this topic please help me thanks
© Programmers or respective owner